home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / actsk.arc / ACTSK.DOC < prev    next >
Text File  |  1988-09-30  |  948b  |  23 lines

  1.                            ACTSK.COM
  2.  
  3. There really isn't too much to this program.  I got it off a BBS.  
  4. It's a Turbo Pascal program that shows how to access the SideKick 
  5. menu from Turbo.  All it does is bring up the SideKick main menu.  
  6. Big deal!
  7.  
  8. However, since I run SideKick not as a resident program, but as a 
  9. regular program running in a DESQview window, I have been looking 
  10. for a way to have the SideKick main menu come up automatically 
  11. after I open the SideKick window.  ACTSK turns out to be the 
  12. answer.
  13.  
  14. What you do is make a batch file that first loads SideKick and 
  15. then invokes ACTSK.  Make the "Command to start program" for the 
  16. window the name of the batch file.  Then when the window opens, 
  17. the batch file loads in SK and then runs ACTSK which brings up 
  18. the menu.  Just what I wanted.
  19.  
  20. ACTSK is not a resident program, so it does not use up any more 
  21. memory to use it in the SK window
  22.  
  23. Harry Philips